home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 44 / Amiga Format CD44 (1999-08-26)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-10].iso / -in_the_mag- / basics / amos / artcoder.lha / ArtCoder / CC.ReadMe < prev    next >
Text File  |  1996-01-12  |  3KB  |  66 lines

  1.  
  2.  COLLAGE CODER ©1993,1996 Steve Tiffany -- Freeware
  3.  
  4.  
  5.  Collage Coder is a variant of Art Coder specifically for
  6.  making collages.  With Art Coder the drawings are tied to
  7.  a particular place on the screen, but objects created in
  8.  Collage Coder can appear anywhere on the screen by
  9.  adjusting the values of the variables XOFF and YOFF.
  10.  (The OFF is short for offset.)  They can even hang off the
  11.  edges. (Hint: draw your objects in the upper left corner,
  12.  that makes it easier to calculate your offsets.)
  13.  
  14.  
  15.  Since I basically wrote Collage Coder for myself, to assist
  16.  in writing a single program (Picture Garden), and it'll
  17.  probably have a fairly narrow audience, it is a less
  18.  polished program than Art Coder.  This lack of polish takes
  19.  a couple of forms:
  20.  
  21.  1. You're limited to only using Polygons and Polylines.
  22.     Fortunately, those are the two most useful commands.
  23.  
  24.  2. While it basically writes the code for you, you do have
  25.     to put in your own routine names and Restore statements,
  26.     and this requires you to move the first Data statement
  27.     line so it's just after the routine name, like so:
  28.  
  29.     ROUTINENAME:
  30.     Data 171,23,37,97,-1
  31.     Restore ROUTINENAME : Ink 14, etc....
  32.  
  33.  
  34.  
  35.  I'm including source code of a simple example program,
  36.  called CollageSkeleton.AMOS, but if you want to see a more
  37.  impressive collage generator, download PictureGarden from
  38.  Aminet.  It's in the demo/slide directory, binary only.
  39.  
  40.  If you use Collage Coder to create something you're pleased
  41.  with, drop me a line telling me where I can download a copy.
  42.  
  43.  
  44.  
  45.                            gWWs_s, _i_
  46.                          i@@@@@@@@@W@Ks_
  47.                        ,g@@@@@@@@@@@@@@@@@@i
  48.                        @@@@@@@@@@@@@@@@@@@@[
  49.                       g@@@@Af~   '~~*M@@@@@\
  50.                      /8@@@~           ` V@@b
  51.                      W@@@[               ]@A
  52.                     ]@@@@[               '@W
  53.                     Z@@@@[ ,=*+e_.   _m==.@@
  54.                      @@@@A  e=Mc2   ,n0t_i@!     Steve Tiffany
  55.                      ]Z*@!    ' '`    '` ]@      3255 14th Ave. So. #4
  56.                      /!g].               ]Pi     Minneapolis, MN  55407
  57.                      b!+ `       ,.  .   ]Z[     USA
  58.                       t  i       ____`   ]]
  59.                        V@[    ,m*~~~~\s  Z~
  60.                        i@W    ' ~~~~~`  i!          - or -
  61.                        '@[\_      ~~~  ,/
  62.                         ,[ '+_.      ,Y[
  63.                        v`[    ~\=====` [          stiffany@isd.net
  64.                      .f  ].            @c
  65.                  ,_=4`    \            @ ~\s
  66.